* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

html, body {
  height: 100%; }

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }
  body.no-scroll {
    overflow: hidden; }

.container {
  position: relative;
  overflow: hidden;
  opacity: 1;
  background: #00b0ed;
  background: -webkit-linear-gradient(2.75deg, #00b0ed -3.39%, #00a3e7 43.61%, #0084d9 94.19%);
  background: -o-linear-gradient(2.75deg, #00b0ed -3.39%, #00a3e7 43.61%, #0084d9 94.19%);
  background: linear-gradient(87.25deg, #00b0ed -3.39%, #00a3e7 43.61%, #0084d9 94.19%); }

.limit {
  position: relative;
  max-width: 1385px;
  width: 100%;
  padding: 0 15px;
  display: block;
  margin: 0 auto; }

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased; }

ul li {
  list-style-type: none; }

a {
  text-decoration: none;
  outline: none; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden; }

.only-mobile {
  display: none; }

.only-desktop {
  display: block; }

.s-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.15;
  color: #fff; }

.logo {
  position: relative; }

.btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 265px;
  padding: 14px 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  border: none;
  background: #FFB444;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  cursor: pointer;
  outline: none;
  -webkit-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all;
  z-index: 9; }
  .btn:hover {
    background-color: #FFCD4B;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
  .btn:active {
    background-color: #FA9600;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }

.button {
  display: block;
  width: 100%;
  max-width: 170px;
  margin: 0 auto;
  padding: 12px 15px;
  font-weight: 700;
  font-size: 18px;
  font-family: "Ubuntu", Arial, Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  border: 2px solid #FFB444;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  background-color: #FFB444;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.button:hover {
  background-color: #FFCD4B;
  border-color: #FFCD4B; }

.button:active {
  background-color: #FA9600;
  border-color: #FA9600; }

.button:focus {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }

/* Animation */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.veryslow {
  -webkit-animation-duration: 5s;
  animation-duration: 5s; }

.animated.delay-0_5s {
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-1_5s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-2_5s {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

@-webkit-keyframes rotated {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    visibility: visible;
    opacity: 0; }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    visibility: visible;
    opacity: 1; } }

@keyframes rotated {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    visibility: visible;
    opacity: 0; }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    visibility: visible;
    opacity: 1; } }

.rotated {
  -webkit-animation-name: rotated;
  animation-name: rotated; }

@-webkit-keyframes rotated20 {
  from {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
    visibility: visible; }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    visibility: visible; } }

@keyframes rotated20 {
  from {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
    visibility: visible; }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    visibility: visible; } }

.rotated20 {
  -webkit-animation-name: rotated20;
  animation-name: rotated20; }

@-webkit-keyframes rotated65 {
  from {
    -webkit-transform: rotate(65deg);
            transform: rotate(65deg);
    visibility: visible; }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    visibility: visible; } }

@keyframes rotated65 {
  from {
    -webkit-transform: rotate(65deg);
            transform: rotate(65deg);
    visibility: visible; }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    visibility: visible; } }

.rotated65 {
  -webkit-animation-name: rotated65;
  animation-name: rotated65; }

@-webkit-keyframes rotated-45 {
  from {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    visibility: visible; }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    visibility: visible; } }

@keyframes rotated-45 {
  from {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    visibility: visible; }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    visibility: visible; } }

.rotated-45 {
  -webkit-animation-name: rotated-45;
  animation-name: rotated-45; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes moveInLeft {
  0% {
    -webkit-transform: translateX(-12px) translateY(12px);
            transform: translateX(-12px) translateY(12px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
    opacity: 1; } }

@keyframes moveInLeft {
  0% {
    -webkit-transform: translateX(-12px) translateY(12px);
            transform: translateX(-12px) translateY(12px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
    opacity: 1; } }

.moveInLeft {
  -webkit-animation-name: moveInLeft;
  animation-name: moveInLeft; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px) translateY(-10px);
            transform: translateX(40px) translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0px);
    -ms-transform: translateX(0) translateY(0px);
    transform: translateX(0) translateY(0px); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px) translateY(-10px);
            transform: translateX(40px) translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0px);
    -ms-transform: translateX(0) translateY(0px);
    transform: translateX(0) translateY(0px); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fanDown {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px) translateY(10px);
            transform: translateX(10px) translateY(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0px);
    -ms-transform: translateX(0) translateY(0px);
    transform: translateX(0) translateY(0px); } }

@keyframes fanDown {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px) translateY(10px);
            transform: translateX(10px) translateY(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0px);
    -ms-transform: translateX(0) translateY(0px);
    transform: translateX(0) translateY(0px); } }

.fanDown {
  -webkit-animation-name: fanDown;
  animation-name: fanDown; }

@-webkit-keyframes fanUp {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px) translateY(-10px);
            transform: translateX(-10px) translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0px);
    -ms-transform: translateX(0) translateY(0px);
    transform: translateX(0) translateY(0px); } }

@keyframes fanUp {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px) translateY(-10px);
            transform: translateX(-10px) translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0px);
    -ms-transform: translateX(0) translateY(0px);
    transform: translateX(0) translateY(0px); } }

.fanUp {
  -webkit-animation-name: fanUp;
  animation-name: fanUp; }

@-webkit-keyframes zoomIn {
  from {
    -webkit-transform: translateX(-5px) translateY(70px) scale(0.7);
            transform: translateX(-5px) translateY(70px) scale(0.7);
    visibility: visible; }
  to {
    -webkit-transform: translateX(0) translateY(0) scale(1);
            transform: translateX(0) translateY(0) scale(1);
    visibility: visible; } }

@keyframes zoomIn {
  from {
    -webkit-transform: translateX(-5px) translateY(70px) scale(0.7);
            transform: translateX(-5px) translateY(70px) scale(0.7);
    visibility: visible; }
  to {
    -webkit-transform: translateX(0) translateY(0) scale(1);
            transform: translateX(0) translateY(0) scale(1);
    visibility: visible; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomIn2 {
  from {
    -webkit-transform: translateY(20px) scale(0.7);
            transform: translateY(20px) scale(0.7);
    visibility: visible; }
  to {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    visibility: visible; } }

@keyframes zoomIn2 {
  from {
    -webkit-transform: translateY(20px) scale(0.7);
            transform: translateY(20px) scale(0.7);
    visibility: visible; }
  to {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    visibility: visible; } }

.zoomIn2 {
  -webkit-animation-name: zoomIn2;
  animation-name: zoomIn2; }

@-webkit-keyframes zoomIn3 {
  from {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    visibility: visible; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    visibility: visible; } }

@keyframes zoomIn3 {
  from {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    visibility: visible; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    visibility: visible; } }

.zoomIn3 {
  -webkit-animation-name: zoomIn3;
  animation-name: zoomIn3; }

@-webkit-keyframes zoomIn4 {
  0% {
    -webkit-transform: translateX(-5px) translateY(70px) scale(0.7);
            transform: translateX(-5px) translateY(70px) scale(0.7);
    visibility: visible; }
  50% {
    -webkit-transform: translateX(0) translateY(0) scale(1);
            transform: translateX(0) translateY(0) scale(1);
    visibility: visible; }
  75% {
    -webkit-transform: translateX(0) translateY(0) scale(0.9);
            transform: translateX(0) translateY(0) scale(0.9);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0) translateY(0) scale(1);
            transform: translateX(0) translateY(0) scale(1);
    visibility: visible; } }

@keyframes zoomIn4 {
  0% {
    -webkit-transform: translateX(-5px) translateY(70px) scale(0.7);
            transform: translateX(-5px) translateY(70px) scale(0.7);
    visibility: visible; }
  50% {
    -webkit-transform: translateX(0) translateY(0) scale(1);
            transform: translateX(0) translateY(0) scale(1);
    visibility: visible; }
  75% {
    -webkit-transform: translateX(0) translateY(0) scale(0.9);
            transform: translateX(0) translateY(0) scale(0.9);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0) translateY(0) scale(1);
            transform: translateX(0) translateY(0) scale(1);
    visibility: visible; } }

.zoomIn4 {
  -webkit-animation-name: zoomIn4;
  animation-name: zoomIn4; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    visibility: visible; }
  to {
    opacity: 1;
    visibility: visible; } }

@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: visible; }
  to {
    opacity: 1;
    visibility: visible; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes blink {
  0% {
    opacity: .2; }
  100% {
    opacity: 1; } }

@keyframes blink {
  0% {
    opacity: .2; }
  100% {
    opacity: 1; } }

.blink {
  -webkit-animation-name: blink;
  animation-name: blink; }

/* Header */
.header {
  padding: 60px 0; }

.header__content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10; }

.header__menu .menu,
.header__login .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.header__menu .menu__item,
.header__login .menu__item {
  padding: 0 22px; }

.header__menu .menu__link,
.header__login .menu__link {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase; }
  .header__menu .menu__link:after,
  .header__login .menu__link:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #fff;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
    opacity: 0; }
  .header__menu .menu__link:hover:after, .header__menu .menu__link:focus:after,
  .header__login .menu__link:hover:after,
  .header__login .menu__link:focus:after {
    width: 100%;
    opacity: 1; }

.header__toggle {
  background: none;
  border: none;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  z-index: 12;
  outline: none;
  cursor: pointer; }

.header__toggle {
  top: -5px;
  left: 10px;
  display: none; }

.hamburger {
  cursor: pointer;
  height: 20px;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible;
  color: #fff; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger-box {
  width: 22px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

.hamburger-inner::before,
.hamburger-inner::after {
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -6px; }

.hamburger-inner::after {
  bottom: -6px; }

.hamburger .hamburger-inner {
  -webkit-transition-duration: 0.075s;
  -o-transition-duration: 0.075s;
  transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.25s ease, opacity 0.075s ease;
  -o-transition: top 0.075s 0.25s ease, opacity 0.075s ease;
  transition: top 0.075s 0.25s ease, opacity 0.075s ease; }

.hamburger .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.25s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.25s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.25s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.25s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.25s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.header.opened .hamburger {
  color: #fff; }

.header.opened .hamburger:hover {
  opacity: 0.7; }

.header.opened .hamburger .hamburger-inner {
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.header.opened .hamburger .hamburger-inner::before,
.header.opened .hamburger .hamburger-inner::after {
  background-color: #fff; }

.header.opened .hamburger .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.25s ease;
  -o-transition: top 0.075s ease, opacity 0.075s 0.25s ease;
  transition: top 0.075s ease, opacity 0.075s 0.25s ease; }

.header.opened .hamburger .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s ease, transform 0.075s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/* Top section */
.top {
  position: relative;
  padding-bottom: 290px; }

.top__description {
  position: relative;
  max-width: 735px;
  padding-top: 170px; }
  .top__description .decor--1 {
    content: '';
    position: absolute;
    top: -290px;
    left: -665px;
    background-image: url(../../img/landing/top-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 1357px;
    height: 1121px;
    z-index: 1; }
  .top__description .s-title {
    position: relative;
    margin-bottom: 40px;
    z-index: 3; }
  .top__description p {
    position: relative;
    z-index: 3;
    font-size: 18px;
    margin-bottom: 40px; }

.top__img-composition {
  position: absolute;
  bottom: -150px;
  left: 795px;
  width: 578px;
  height: 576px; }
  .top__img-composition img {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
  .top__img-composition .front-img {
    top: 105px;
    left: 135px; }
  .top__img-composition .element--1 {
    top: 45px;
    left: 310px; }
  .top__img-composition .element--2 {
    top: 160px;
    left: 270px; }
  .top__img-composition .element--3 {
    top: 405px;
    left: 265px; }
  .top__img-composition .element--4 {
    top: 230px;
    left: 195px; }
  .top__img-composition .element--4-1 {
    top: 213px;
    left: 205px; }
  .top__img-composition .element--5 {
    top: 245px;
    left: 60px; }

/* Number section */
.number-offers__banner {
  position: relative;
  padding: 40px 40px 20px; }
  .number-offers__banner:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 118%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    z-index: 1; }
  .number-offers__banner .s-title {
    position: relative;
    z-index: 3; }

.banner__list {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 55px 0 20px;
  max-width: 1300px;
  margin: 0 auto; }

.banner__list-number {
  font-family: 'Montserrat', sans-serif;
  font-size: 64px;
  font-weight: bold;
  color: #004779;
  line-height: 1; }

.banner__list-description {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #111;
  text-transform: uppercase;
  margin-top: 10px; }

.number-offers__map {
  position: relative;
  padding: 110px 0 50px; }
  .number-offers__map:before {
    content: '';
    position: absolute;
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../../img/landing/map-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 977px;
    height: 632px;
    z-index: 0; }
  .number-offers__map .btn {
    max-width: 290px;
    margin: 50px auto; }

.number-offers {
  width: 100%;
  text-align: center; }

.number-offers__number {
  position: relative;
  font-size: 12rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  z-index: 3; }

.number-offers__number--ie {
  display: none; }

.number-offers__unit {
  display: none; }

.odometer-inside .odometer-digit:nth-child(3),
.odometer-inside .odometer-digit:nth-child(6) {
  margin-right: 50px; }

.number-offers__caption {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #111;
  z-index: 3; }

/* Advantages section */
.advantages {
  padding: 100px 0 10px; }

.advantages__list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1305px;
  margin: 0 auto; }
  .advantages__list:before {
    content: '';
    position: absolute;
    top: -70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../../img/landing/advantages-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 1787px;
    height: 1095px;
    z-index: 0; }
  .advantages__list .list__item {
    position: relative;
    width: 31%;
    max-width: 330px;
    text-align: center;
    margin-bottom: 125px;
    z-index: 3; }
    .advantages__list .list__item .list__img-composition {
      position: relative;
      width: 230px;
      height: 230px;
      margin: 0 auto 10px; }
      .advantages__list .list__item .list__img-composition img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0; }
      .advantages__list .list__item .list__img-composition.loaded img {
        opacity: 1; }
    .advantages__list .list__item .list__caption {
      font-family: 'Montserrat', sans-serif;
      font-size: 28px;
      font-weight: 500;
      line-height: 1.2;
      margin-bottom: 30px; }
    .advantages__list .list__item p {
      font-size: 16px;
      color: rgba(255, 255, 255, 0.8); }

.advantages__list .list__item.item--1 .list__img-composition .dart {
  top: 50px;
  left: 105px; }

.advantages__list .list__item.item--1 .list__img-composition .coin {
  top: 130px;
  left: 15px; }
  .advantages__list .list__item.item--1 .list__img-composition .coin.coin--1 {
    z-index: 2; }
  .advantages__list .list__item.item--1 .list__img-composition .coin.coin--2 {
    top: 113px;
    left: 3px;
    z-index: 1; }
  .advantages__list .list__item.item--1 .list__img-composition .coin.coin--3 {
    top: 94px;
    left: -3px;
    z-index: 0; }

.advantages__list .list__item.item--1 .list__img-composition .client {
  top: 10px;
  left: 165px; }
  .advantages__list .list__item.item--1 .list__img-composition .client.client--1 {
    z-index: 2; }
  .advantages__list .list__item.item--1 .list__img-composition .client.client--2 {
    top: 31px;
    left: 176px;
    z-index: 1; }
  .advantages__list .list__item.item--1 .list__img-composition .client.client--3 {
    top: 56px;
    left: 181px;
    z-index: 0; }

.advantages__list .list__item.item--2 .list__img-composition .play {
  top: 75px;
  left: 100px; }

.advantages__list .list__item.item--2 .list__img-composition .arrow {
  top: 150px;
  left: 15px; }

.advantages__list .list__item.item--3 .list__img-composition .front-img {
  top: 30px;
  left: 8px;
  z-index: 2; }

.advantages__list .list__item.item--3 .list__img-composition .bell {
  top: 12px;
  left: 10px;
  z-index: 3; }

.advantages__list .list__item.item--3 .list__img-composition .gear {
  top: 20px;
  left: 65px;
  z-index: 1; }

.advantages__list .list__item.item--3 .list__img-composition .sound {
  top: 21px;
  left: 158px;
  z-index: 3; }

.advantages__list .list__item.item--4 .list__img-composition .front-img {
  top: 10px;
  left: -15px;
  z-index: 2; }

.advantages__list .list__item.item--4 .list__img-composition .gear {
  top: 12px;
  left: 95px;
  z-index: 1; }

.advantages__list .list__item.item--4 .list__img-composition .advant-check {
  top: 20px;
  left: 35px;
  z-index: 3; }

.advantages__list .list__item.item--5 .list__img-composition .front-img {
  top: 70px;
  left: 120px;
  z-index: 2; }

.advantages__list .list__item.item--5 .list__img-composition .build {
  top: 143px;
  left: 25px;
  z-index: 2; }

.advantages__list .list__item.item--5 .list__img-composition .coin {
  top: 50px;
  left: 95px;
  z-index: 1; }

.advantages__list .list__item.item--6 .list__img-composition .front-img {
  z-index: 2; }

.advantages__list .list__item.item--6 .list__img-composition .clock-hand {
  top: 106px;
  left: 62px;
  z-index: 3; }

.advantages__list .list__item.item--6 .list__img-composition .interval {
  top: 64px;
  left: 110px;
  z-index: 3; }

.advantages__list .list__item.item--6 .list__img-composition .gear {
  top: -10px;
  left: 65px;
  z-index: 1; }
  .advantages__list .list__item.item--6 .list__img-composition .gear.gear--2 {
    top: 50px;
    left: 140px; }

/* Safe section */
.safe {
  padding: 60px 0; }
  .safe .s-title {
    text-align: center;
    margin-bottom: 35px; }
  .safe .subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px; }
  .safe .btn {
    max-width: 290px;
    margin: 0 auto; }

.safe__composition-caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .safe__composition-caption .safe__anti {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #004779;
    text-transform: uppercase;
    padding: 15px 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #fff;
    background: rgba(255, 255, 255, 0.5); }

.safe__composition {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 830px;
  margin: 50px auto; }
  .safe__composition.only-mobile {
    display: none; }

.safe__composition-item {
  position: relative;
  width: 300px;
  height: 300px; }
  .safe__composition-item img {
    position: absolute; }

.safe__composition-item.item--1 .banner--1 {
  top: 70px;
  left: 20px;
  z-index: 2; }

.safe__composition-item.item--1 .banner--2 {
  top: 15px;
  left: 145px; }

.safe__composition-item.item--1 .banner--3 {
  top: 154px;
  left: 150px; }

.safe__composition-item.item--1 .arrow {
  top: 50%;
  left: 101%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.safe__composition-item.item--2 .front-img {
  z-index: 2; }

.safe__composition-item.item--2 .gear {
  top: 165px;
  left: 175px;
  z-index: 1; }

.safe__composition-item.item--2 .check--1 {
  top: 55px;
  left: 178px;
  z-index: 3; }

.safe__composition-item.item--2 .check--2 {
  top: 150px;
  left: 160px;
  z-index: 3; }

.safe-description {
  max-width: 1050px;
  margin: 0 auto 60px; }

.browser__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 570px;
  margin: 40px auto; }

/* Who section */
.who {
  padding: 220px 0; }
  .who .s-title {
    position: relative;
    margin-bottom: 60px;
    z-index: 3; }
  .who p {
    max-width: 900px;
    position: relative;
    margin-bottom: 25px;
    z-index: 3; }
  .who .decor__element {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain; }
  .who .decor--1 {
    background-image: url(../../img/landing/who-decor11.png);
    width: 183px;
    height: 463px;
    bottom: -165px;
    left: -272px; }
  .who .decor--2 {
    background-image: url(../../img/landing/who-decor22.png);
    width: 224px;
    height: 244px;
    top: -178px;
    right: 21px; }
  .who .decor--3 {
    background-image: url(../../img/landing/who-decor33.png);
    width: 368px;
    height: 244px;
    bottom: -175px;
    right: -275px; }

.who__content {
  position: relative;
  max-width: 1050px;
  margin: 0 auto; }
  .who__content:before {
    content: '';
    position: absolute;
    top: -165px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../../img/landing/who-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 1485px;
    height: 698px; }

.partner__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1026px;
  margin: 280px auto 0; }

/* Footer */
.footer {
  background: #004779;
  background: -webkit-linear-gradient(2.75deg, #2894d9 0%, #004779 100%);
  background: -o-linear-gradient(2.75deg, #2894d9 0%, #004779 100%);
  background: linear-gradient(87.25deg, #2894d9 0%, #004779 100%);
  padding: 85px 0 70px; }
  .footer .social {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 0; }
  .footer .social__link:hover svg path {
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
    fill: #004779; }

.footer__content {
  max-width: 1048px;
  margin: 0 auto; }

.footer__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .footer__block .block__left {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .footer__block .block__right {
    width: 125px; }

.copyright-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 250px; }

.footer__menu {
  width: 195px; }
  .footer__menu .menu {
    display: block; }
  .footer__menu .menu__item {
    margin-bottom: 10px; }
  .footer__menu .menu__link {
    font-size: 18px;
    color: #fff;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all; }
    .footer__menu .menu__link:hover {
      color: #a0cbf6; }

.footer__menu-caption {
  margin-bottom: 30px; }

.footer__menu-caption,
.copyright {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase; }

.copyright-inner {
  text-align: right; }

.copyright,
.social {
  display: inline-block;
  max-width: 289px;
  width: 100%; }

.bottom-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 80px; }
  .bottom-list li {
    padding-left: 15px; }

/* Modal blocks */
.modal {
  position: relative;
  padding: 20px 0;
  z-index: 10;
  color: #481754; }

.modal__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(147, 199, 254, 0.8);
  z-index: -1; }

.modal__item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  background-color: #ffffff;
  -webkit-border-radius: 20px;
          border-radius: 20px; }

.disabled {
  display: none; }

.active {
  display: block; }

.active--fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.active--absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  z-index: 11; }

.modal__title {
  padding: 15px 20px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  background: rgba(170, 128, 249, 0.1); }

.modal__form {
  padding: 15px 20px 25px; }

.modal__label {
  display: block; }

.modal__label:not(:first-of-type) {
  margin-top: 15px; }

.modal__field {
  display: block;
  width: 100%;
  padding: 12px 15px;
  font-size: 14px;
  line-height: 1.4;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: rgba(72, 23, 84, 0.7);
  background-color: #ffffff;
  border: 2px solid #DAD1DD;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  outline: none; }

.modal__field::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 1.4;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: rgba(72, 23, 84, 0.7);
  opacity: 1; }

.modal__field::-moz-placeholder {
  font-size: 14px;
  line-height: 1.4;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: rgba(72, 23, 84, 0.7);
  opacity: 1; }

.modal__field:-moz-placeholder {
  font-size: 14px;
  line-height: 1.4;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: rgba(72, 23, 84, 0.7);
  opacity: 1; }

.modal__field:-ms-input-placeholder {
  font-size: 14px;
  line-height: 1.4;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: rgba(72, 23, 84, 0.7);
  opacity: 1; }

.modal__field:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(255, 0, 86, 0.1);
    -webkit-box-shadow-box-shadow: 0 0 0 4px rgba(255, 0, 86, 0.1); }

.check {
  position: relative;
  padding-left: 40px; }

.check__box {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  border: 2px solid #DAD1DD;
  background-color: #ffffff;
  -webkit-border-radius: 10px;
          border-radius: 10px; }

.check__input:checked + .check__box {
  background: url(../img/checkbox-mark.svg) center no-repeat, #ffffff; }

.check__input:focus + .check__box {
  -webkit-box-shadow: 0 0 0 4px rgba(255, 0, 86, 0.1);
  box-shadow: 0 0 0 4px rgba(255, 0, 86, 0.1); }

.modal__button {
  margin-top: 20px; }

.modal__button--reset {
  max-width: 260px; }

.modal__text {
  margin-top: 15px;
  text-align: center; }

.modal__paragraph:not(:first-of-type) {
  margin-top: 10px; }

.modal__link {
  outline: none;
  text-decoration: none;
  color: #FF0056; }

.modal__link--reset {
  color: #481754; }

.modal__link:hover,
.modal__link:focus {
  text-decoration: underline; }

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1300px) {
  .header__menu .menu__link, .header__login .menu__link {
    font-size: 12px; }
  .top__description {
    max-width: 700px; }
  .top__img-composition {
    left: 650px; }
  .banner__list-number {
    font-size: 70px; }
  .banner__list-description {
    font-size: 22px; }
  .number-offers__number {
    font-size: 8rem; } }

@media only screen and (max-width: 1024px) {
  .top__description {
    max-width: 500px; }
  .top__img-composition {
    left: 500px; }
  .banner__list-number {
    font-size: 60px; }
  .banner__list-description {
    font-size: 20px; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  .limit {
    max-width: 375px;
    padding: 0 20px; }
  .only-mobile {
    display: block; }
  .only-desktop {
    display: none; }
  .header {
    padding: 15px 0; }
  .header__content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .logo {
    width: 100px;
    margin: 30px auto 5px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .header__toggle {
    display: block; }
  .header__login {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px); }
    .header__login .menu {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  .header__menu {
    width: 30px; }
    .header__menu .menu {
      min-height: 100vh;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      background: #004779;
      position: absolute;
      width: 991px;
      top: -15px;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-200%);
          -ms-transform: translateX(-50%) translateY(-200%);
              transform: translateX(-50%) translateY(-200%);
      opacity: 0;
      -webkit-transition: .5s ease all;
      -o-transition: .5s ease all;
      transition: .5s ease all;
      z-index: 3; }
      .header__menu .menu .menu__item {
        width: 100%;
        display: block;
        text-align: center; }
      .header__menu .menu .menu__link {
        font-size: 14px; }
  .header.opened .header__menu .menu {
    -webkit-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    opacity: 1; }
  .header__menu .menu__item, .header__login .menu__item {
    padding: 0 10px; }
  .top {
    padding-bottom: 70px; }
  .top__description {
    max-width: 100%;
    padding: 0;
    text-align: center; }
    .top__description .btn {
      margin: 0 auto; }
  .top__description .decor--1 {
    left: -640px; }
  .top__description .s-title {
    font-size: 30px;
    margin-bottom: 10px; }
  .top__description p {
    font-size: 16px;
    margin-bottom: 25px; }
  .top__img-composition {
    position: relative;
    width: 260px;
    height: 260px;
    left: 0;
    bottom: 0;
    margin: 0 auto 25px;
    z-index: 3; }
  .top__img-composition .front-img {
    top: 50px;
    left: 60px; }
  .top__img-composition .element--1 {
    top: 29px;
    left: 140px; }
  .top__img-composition .element--2 {
    top: 85px;
    left: 167px; }
  .top__img-composition .element--3 {
    top: 201px;
    left: 138px; }
  .top__img-composition .element--4 {
    top: 101px;
    left: 91px; }
  .top__img-composition .element--4-1 {
    top: 91px;
    left: 95px; }
  .top__img-composition .element--5 {
    top: 110px;
    left: 27px; }
  .number-offers__banner {
    padding: 15px 30px 10px; }
    .number-offers__banner .slick-dots li button:before {
      font-size: 60px;
      color: #fff;
      opacity: .55; }
    .number-offers__banner .slick-dots li.slick-active button:before {
      opacity: 1; }
  .number-offers__map {
    padding: 20px 0 0; }
  .number-offers__map .btn {
    margin-top: 45px; }
  .number-offers__map:before {
    background-image: url(../img/map-bg-mob.png);
    width: 473px;
    height: 306px; }
  .number-offers__number {
    font-size: 100px; }
    .number-offers__number .odometer-inside {
      line-height: .5; }
  .number-offers__caption {
    font-size: 20px; }
  .number-offers__banner:before {
    width: 285px; }
  .banner__list {
    padding: 25px 0 10px; }
  .number-offers__banner .s-title {
    font-size: 30px;
    line-height: 1; }
  .banner-slider .slick-slide.wow.fadeInUp {
    -webkit-animation: none;
            animation: none; }
  .number-offers__unit {
    display: block;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    z-index: 3; }
  .odometer-inside .odometer-digit:nth-child(3),
  .odometer-inside .odometer-digit:nth-child(6) {
    margin: 0; }
  .odometer-inside .odometer-digit:nth-last-of-type(-n+6) {
    display: none; }
  .advantages {
    padding: 50px 0; }
  .advantages__list:before {
    top: 0px; }
  .advantages__list:after {
    content: '';
    position: absolute;
    bottom: -70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../../img/landing/advantages-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 1787px;
    height: 1095px;
    z-index: 0; }
  .advantages__list .list__item {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 30px; }
  .advantages__list .list__item .list__caption {
    font-size: 18px;
    margin-bottom: 10px; }
  .advantages__list .list__item p {
    font-size: 14px; }
  .safe {
    padding-bottom: 30px; }
  .safe .s-title {
    font-size: 30px;
    margin-bottom: 25px; }
  .safe .subtitle {
    font-size: 20px;
    margin-bottom: 20px; }
  .safe__composition-caption {
    display: block;
    text-align: center; }
  .safe__logo {
    width: 96px;
    margin: 10px auto; }
  .safe__composition-caption .safe__anti {
    display: inline-block;
    font-size: 20px;
    text-align: center;
    margin: 0 auto 35px;
    padding: 10px; }
  .safe-description {
    margin-bottom: 30px; }
  .safe__composition {
    max-width: 280px;
    margin: 35px auto 25px; }
    .safe__composition.only-mobile {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
  .safe__composition-item {
    width: 140px;
    height: 140px; }
  .safe__composition-item.item--1 .back-img {
    left: -15px; }
  .safe__composition-item.item--1 .banner--1 {
    top: 40px;
    left: -10px; }
  .safe__composition-item.item--1 .banner--2 {
    top: 20px;
    left: 45px; }
  .safe__composition-item.item--1 .banner--3 {
    top: 64px;
    left: 44px; }
  .safe__composition-item.item--1 .arrow {
    top: 42%;
    left: 105px; }
  .safe__composition-item.item--2 .back-img {
    left: 30px; }
  .safe__composition-item.item--2 .front-img {
    left: 30px; }
  .safe__composition-item.item--2 .gear {
    top: 56px;
    left: 100px; }
  .safe__composition-item.item--2 .check--1 {
    top: 23px;
    left: 109px; }
  .safe__composition-item.item--2 .check--2 {
    top: 62px;
    left: 100px; }
  .browser__list {
    max-width: 295px;
    margin: 20px auto 30px; }
    .browser__list li img {
      width: 50px; }
  .who {
    padding: 45px 0; }
    .who .decor {
      display: none; }
    .who .decor--4 {
      margin: 40px auto; }
  .who__content:before {
    background-image: url(../img/who-bg-mob.png);
    width: 749px;
    height: 414px;
    top: 95px;
    left: 76%; }
  .who .s-title {
    font-size: 30px;
    text-align: center; }
    .who .s-title span {
      display: block; }
  .partner__list {
    display: none; }
  .footer {
    padding: 40px 0; }
  .footer__menu-caption,
  .copyright {
    font-size: 14px; }
  .footer__menu-caption {
    margin-bottom: 10px; }
  .footer__menu .menu__item {
    margin-bottom: 6px; }
  .footer__menu .menu__link {
    font-size: 14px; }
  .footer__block,
  .block__left {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .footer__menu,
  .copyright-wrapper {
    width: 50%;
    margin-bottom: 20px; }
  .footer__menu:nth-child(2) {
    padding-left: 10px; }
  .copyright-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 10px; }
  .copyright-inner {
    width: 165px;
    text-align: left; }
  .bottom-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 0; }
    .bottom-list li {
      padding: 0;
      padding-right: 15px; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  /**/ }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  /**/ }

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /**/ }

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/ }

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/ }

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/ }

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .modal__item {
    max-width: 600px; }
  .modal__title {
    padding: 30px 40px;
    font-size: 60px; }
  .modal__form {
    padding: 20px 40px 40px; }
  .modal__label:not(:first-of-type) {
    margin-top: 20px; }
  .modal__field {
    display: block;
    width: 100%;
    padding: 15px 20px;
    font-size: 18px; }
  .modal__field::-webkit-input-placeholder {
    font-size: 18px; }
  .modal__field::-moz-placeholder {
    font-size: 18px; }
  .modal__field:-moz-placeholder {
    font-size: 18px; }
  .modal__field:-ms-input-placeholder {
    font-size: 18px; }
  .modal__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin-top: 30px; }
  .modal__button {
    margin-top: 0;
    margin-left: 0; }
  .modal__button--login {
    width: 100%;
    max-width: 160px;
    margin-right: 40px; }
  .modal__button--signup {
    width: 100%;
    max-width: 170px;
    margin-right: 40px; }
  .modal__text--login {
    width: 100%;
    max-width: -webkit-calc(100% - 160px - 40px);
    max-width: calc(100% - 160px - 40px); }
  .modal__text--signup {
    width: 100%;
    max-width: -webkit-calc(100% - 170px - 40px);
    max-width: calc(100% - 170px - 40px); }
  .modal__button--reset {
    margin-top: 30px;
    margin-left: auto; }
  .modal__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    min-height: 49px;
    margin-top: 0;
    text-align: left; }
  .modal__paragraph:not(:first-of-type) {
    margin-top: 10px; } }

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /**/ }
